home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200407-21.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  73 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200407-21.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14554);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200407-21");
  17.  script_cve_id("CAN-2004-0600", "CAN-2004-0686");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200407-21
  20. (Samba: Multiple buffer overflows)
  21.  
  22.  
  23.     Evgeny Demidov found a buffer overflow in SWAT, located in the base64 data
  24.     decoder used to handle HTTP basic authentication (CAN-2004-0600). The same
  25.     flaw is present in the code used to handle the sambaMungedDial attribute
  26.     value, when using the ldapsam passdb backend. Another buffer overflow was
  27.     found in the code used to support the \'mangling method = hash\' smb.conf
  28.     option (CAN-2004-0686). Note that the default Samba value for this option
  29.     is \'mangling method = hash2\' which is not vulnerable.
  30.   
  31. Impact
  32.  
  33.     The SWAT authentication overflow could be exploited to execute arbitrary
  34.     code with the rights of the Samba daemon process. The overflow in the
  35.     sambaMungedDial handling code is not thought to be exploitable. The buffer
  36.     overflow in \'mangling method = hash\' code could also be used to execute
  37.     arbitrary code on vulnerable configurations.
  38.   
  39. Workaround
  40.  
  41.     Users disabling SWAT, not using ldapsam passdb backends and not using the
  42.     \'mangling method = hash\' option are not vulnerable.
  43.   
  44. References:
  45.     http://www.samba.org/samba/whatsnew/samba-3.0.5.html
  46.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0600
  47.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0686
  48.  
  49.  
  50. Solution: 
  51.     All Samba users should upgrade to the latest version:
  52.     # emerge sync
  53.     # emerge -pv ">=net-fs/samba-3.0.5"
  54.     # emerge ">=net-fs/samba-3.0.5"
  55.   
  56.  
  57. Risk Factor : High
  58. ';
  59.  script_description(english: desc);
  60.  script_copyright(english: "(C) 2004 Michel Arboi");
  61.  script_name(english: "[GLSA-200407-21] Samba: Multiple buffer overflows");
  62.  script_category(ACT_GATHER_INFO);
  63.  script_family(english: "Gentoo Local Security Checks");
  64.  script_dependencies("ssh_get_info.nasl");
  65.  script_require_keys('Host/Gentoo/qpkg-list');
  66.  script_summary(english: 'Samba: Multiple buffer overflows');
  67.  exit(0);
  68. }
  69.  
  70. include('qpkg.inc');
  71. if (qpkg_check(package: "net-fs/samba", unaffected: make_list("ge 3.0.5"), vulnerable: make_list("le 3.0.4-r1")
  72. )) { security_hole(0); exit(0); }
  73.